runtime.g.ditWanted (field)
12 uses
runtime (current package)
cgocall.go#L213: if !gp.ditWanted && ditEnabled {
cgocall.go#L215: } else if gp.ditWanted && !ditEnabled {
cgocall.go#L451: ditStateM, ditStateG = gp.m.ditEnabled, gp.ditWanted
cgocall.go#L453: gp.ditWanted = ditEnabled
cgocall.go#L477: gp.ditWanted = ditStateG
dit.go#L15: g.ditWanted = true
dit.go#L23: g.ditWanted = false
proc.go#L3354: if gp.ditWanted && !mp.ditEnabled {
proc.go#L3359: } else if !gp.ditWanted && mp.ditEnabled {
proc.go#L5411: newg.ditWanted = callergp.ditWanted
runtime2.go#L549: ditWanted bool // set if g wants to be executed with DIT enabled
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |